projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
244ed9a
)
Restore gtk_paned_get_handle_window()
author
Javier Jardón
<jjardon@gnome.org>
Wed, 10 Mar 2010 22:28:45 +0000
(23:28 +0100)
committer
Javier Jardón
<jjardon@gnome.org>
Sun, 2 May 2010 23:51:21 +0000
(
01:51
+0200)
gtk/gtkpaned.h
patch
|
blob
|
history
diff --git
a/gtk/gtkpaned.h
b/gtk/gtkpaned.h
index 5067e42d18fed6790a9b92cfb9320d626c7b357b..27e8201de2f912c0667c7eb71266fc6fd562be97 100644
(file)
--- a/
gtk/gtkpaned.h
+++ b/
gtk/gtkpaned.h
@@
-127,6
+127,8
@@
void gtk_paned_set_position (GtkPaned *paned,
GtkWidget * gtk_paned_get_child1 (GtkPaned *paned);
GtkWidget * gtk_paned_get_child2 (GtkPaned *paned);
+GdkWindow * gtk_paned_get_handle_window (GtkPaned *paned);
+
G_END_DECLS